-- JSON module extracted from ITU-T Y.4473 (08/2020)

//Example 29 - Update the Thing whose id is 1. //PATCH /v1.0/Things(1) HTTP1.1 //Host: example.org //Content-Type: application/json { "description": "This thing is an oven." }